diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-05 17:22:48 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-05 17:22:48 -0700 |
| commit | 6f813c4ad4caa877ae679bb619715930c6e3dbb4 (patch) | |
| tree | 5d91f1111cb5e0579252be7e6fd7673b75b5f9d5 /src/pages/stats/[slug].tsx | |
| parent | 4647fa08877ce1e34131868cc08c5276f21afa62 (diff) | |
add about/faq page with more information
Diffstat (limited to 'src/pages/stats/[slug].tsx')
| -rw-r--r-- | src/pages/stats/[slug].tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx index f70fd69..82d2757 100644 --- a/src/pages/stats/[slug].tsx +++ b/src/pages/stats/[slug].tsx @@ -7,7 +7,6 @@ import Footer from "@/components/Footer/Footer"; import ChannelCard from "@/components/ChannelCard/ChannelCard" import Head from "next/head"; import TitleBar from "../../components/TitleBar/TitleBar"; -import Countdown from "@/components/Countdown"; interface ChannelDataProp { channel_id: string; |
